Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ported to python3 using 2to3 script #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cvico
Copy link

@Cvico Cvico commented May 23, 2024

We are working on the SMP-EFT combination and want to use the AnalyticAnomalousCoupling model with the latest combine version, so we need to port the code to python3. I've done this by using the 2to3 script as follows:
find . -name "*.py" -exec 2to3 -w -n -j 8 {} \;

We could have a separate branch with this python3 version so it does not clash with the master.

@amassiro
Copy link
Owner

This will make the code not back compatible.
Could you branch it and have "python3" version compatible there?

@Cvico
Copy link
Author

Cvico commented May 24, 2024

Hi Andrea,

Sorry we were more focused on other stuff during the workshop. I'm not sure what you mean, I can only do PR to one existing branch, and I cannot request to create another one, right? Unless the question was not for me (that might be).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants